@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;600;800&display=swap');
    *{margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
  }
 
  :root {
    --background-color1:#0f274cf3;
    --secondary-color1: #E2B857;
    --secondary-color2:#0099CC;
   --background-color2:#111827;
    --text-color: #FFFFFF;
    --text2-color: #B0BEC5;
    --card-background--: #1B4965;
    --hover-color: #00B4D8;   
    
       
}
  body {
   background-color: var(--background-color1);
    
   color: var(--text-color);
  }
p{
    font-size: 15px;
  }
  .button4{
    border: 0px;
    display:block;
    position: relative !important;
    padding: 15px 40px;
    color: var(--text-color);
    background:transparent !important;
    font-size: 23px;
    cursor: pointer;
    overflow: hidden;
  
  }
  .button4 span{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:transparent!important;
    z-index:-1 !important;
    border: 4px solid var(--secondary-color1);
    
  
  }
  .button4 span::before{
    content: '';
    position: absolute !important;
    width: 8%;
    height: 500%;
    background  :  var(--background-color1) !important;
    top:50% !important;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-60deg)  !important;
    transition: all .5s ease !important;
  } 
  .button4:hover span::before {
    transform: translate(-50%, -50%) rotate(-90deg);
    width: 100%; 
    background:var(--secondary-color1) !important;
  
  }
  .one{
    display: flex; align-items: center; justify-content: center;
  }
  
 
  /* * Main Navbar */ 
.navbar {
  width: 100%;
  height: 85px;
  background: linear-gradient(#023e8a, #5d9de6d9, #023e8a);
  padding: 1em;
}

.navbar-brand img {
  width: 80px;
  height: auto;
  
}
.navbar-brand {
  color: var(--text-color) !important;
  font-size: larger;
  font-weight: bolder;
}
.navbar-toggler {
  border: none;
  outline: none;
}

/* Navbar2 */
.navbar2 { 
  
  background-color: var(--text2-color); 
   padding: 0.4em;
     
 box-shadow: 0px 2px 4px rgba(6, 5, 14, 0.635);
     } 
     #navbar2 .navbar-nav .nav-item .nav-link {
         font-size: 18px;
          color: var(--background-color2);
         
     }
     #navbar2 .navbar-nav .nav-item .nav-link:hover {
         color: var(--text-color);
         background-color: var(--secondary-color2);
         border-radius: 10px;
         padding: 10px;
     }
     /* dropdown-menu */
     .dropdown-menu {
      color: var(--text-color);
         background-color: var(--background-color1) !important;
         border-radius: 15px;
         
     }
     .dropdown-menu .dropdown-item{
         /* background-color: var(--background-color2); */
         color: var(--text-color)  !important;
     }
     .dropdown-menu .dropdown-item:hover{
      color: var(--background-color2) !important;
     }
     .navbar-nav { 
     margin-left: auto; 
     display: flex;
     align-items: center;
     /* Align right */ } 
     .navbar2 .nav-item.dropdown:hover .dropdown-menu {
      
      display: block;
  }
     .navbar-nav .nav-item { 
     margin-right: 30px; 
     }
     .navbar2 .navbar-toggler1{
      display: none !important;
     }

/* Contact Icons */
.contact-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-icons i {
  color: var(--secondary-color);
  font-size: 18px;
}

.contact-info {
  color: var(--text-color);
  font-size: 14px;
  font-weight: bold;
}


/* Navbar Responsive Design */
@media (max-width: 991px) {
  .navbar {
    height: auto;
    padding: 1em;
  }

  .navbar-brand img {
    width: 60px;
  }
  .navbar-brand{
    font-size: 10px !important;
  }

  .contact-info {
    font-size: 12px;
  }

  .navbar-toggler {
    width: 39px;  /* Reduced size */
    height: 39px;
    font-size: 14px;
    background-color: var(--text2-color) !important;
  }

  .navbar-toggler1 {
    display: block !important;
    width: 35px;  /* Smaller size */
    height: 35px;
    color: var(--secondary-color1) !important;
  }

  .navbar2 .navbar-nav {
    text-align: center;
  }
}
/* Show only on mobile (tablets and smaller screens) */
@media (max-width: 991px) {
    .navbar2 .navbar-toggler1 {
        display: block !important; 
        color: var(--secondary-color1) !important;
    }
}
    /* hero image */
 
   .mySlides { 
        height: 540px !important;
       object-fit: cover;
       opacity: 1;
    
      
   }
   
 /* Custom Border Shape */
 .custom-shape-divider-bottom {
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   overflow: hidden;
   line-height: 0;
   margin-bottom: -96px;
  
   
 }
 
 .custom-shape-divider-bottom svg {
   position: relative;
   display: block;
   width: 100%;
   height: 100px;
 }
 
 .custom-shape-divider-bottom .shape-fill {
   fill: var(--background-color1);
   /* opacity: 0.7; */
 }
   
 /* Responsive Design */
 @media (max-width: 480px) {
  .mySlides { 
    height: 200px !important;
    /* object-fit: contain; Ensures images fit well */

  }
   .custom-shape-divider-bottom {
    display: none;
  }
}

@media (min-width: 500px) and (max-width: 1000px) {
  .mySlides { 
      height: 400px !important; 
  }
}
 /* * Fade Effect */ 
.fade {
    animation: fadeEffect 3s ease-in-out infinite;
}

@keyframes fadeEffect {
    from { opacity: 0.8; }
    to { opacity: 1; }
}

/* Scroll to Top Button */
#scrollBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 24px;
    cursor: pointer;
    transition: opacity 0.3s ease-in-out;
}

#scrollBtn:hover {
    background-color: #0056b3;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .slider-container {
        height: 400px !important;
    }
   
}

@media (max-width: 576px) {
    .slider-container {
        height: 300px !important;
    }
  }
  /* Hero Section */
  .hero-section {
    margin-top: -48px;
    position: relative;
    /* background: #5C40A3; Blue Background */
    background: var(--background-color1);
     background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='487' height='243.5' viewBox='0 0 1600 800' style='&%2310; opacity: .45;&%2310;'%3E%3Cpath fill='%23fdb9a0' d='M1102.5 734.8c2.5-1.2 24.8-8.6 25.6-7.5.5.7-3.9 23.8-4.6 24.5-.2.3-16-12.3-21-17zm123.8-505.7c0-.1-4.9-9.4-7-14.2-.1-.3-.3-1.1-.4-1.6-.1-.4-.3-.7-.6-.9-.3-.2-.6-.1-.8.1l-13.1 12.3c-.2.2-.3.5-.4.8 0 .3 0 .7.2 1 .1.1 1.4 2.5 2.1 3.6 2.4 3.7 6.5 12.1 6.5 12.2.2.3.4.5.7.6.3 0 .5-.1.7-.3 0 0 1.8-2.5 2.7-3.6 1.5-1.6 3-3.2 4.6-4.7 1.2-1.2 1.6-1.4 2.1-1.6.5-.3 1.1-.5 2.5-1.9.4-.5.5-1.3.2-1.8zM33 770.3c0-.7-.5-1.2-1.2-1.2-.1 0-.3 0-.4.1-1.6.2-14.3.1-22.2 0-.3 0-.6.1-.9.4-.2.2-.4.5-.4.9 0 .2 0 4.9.1 5.9l.4 13.6c0 .3.2.6.4.9.2.2.5.3.8.3h.1c7.3-.7 14.7-.9 22-.6.3 0 .7-.1.9-.3.2-.2.4-.6.4-.9-.1-6.1-.1-13.2 0-19.1z' style='&%2310;'/%3E%3Cpath fill='%23fee272' d='M171.1 383.4c1.3-2.5 14.3-22 15.6-21.6.8.3 11.5 21.2 11.5 22.1-.1.3-20.3.1-27.1-.5zm425.3 328.4c-.1-.1-6.7-8.2-9.7-12.5-.2-.3-.5-1-.7-1.5-.2-.4-.4-.7-.7-.8-.3-.1-.6 0-.8.3L574 712c-.2.2-.2.5-.2.9 0 .3.2.7.4.9.1.1 1.8 2.2 2.8 3.1 3.1 3.1 8.8 10.5 8.9 10.6.2.3.5.4.8.4.3 0 .5-.2.6-.5 0 0 1.2-2.8 2-4.1 1.1-1.9 2.3-3.7 3.5-5.5.9-1.4 1.3-1.7 1.7-2 .5-.4 1-.7 2.1-2.4.3-.3.2-1.1-.2-1.6zm131.1-531.9c.6.2 1.3-.2 1.4-.8v-.4c.2-1.4 2.8-12.6 4.5-19.5.1-.3 0-.6-.2-.8-.2-.3-.5-.4-.8-.5-.2 0-4.7-1.1-5.7-1.3l-13.4-2.7c-.3-.1-.7 0-.9.2-.2.2-.4.4-.5.6v.1c-.8 6.5-2.2 13.1-3.9 19.4-.1.3 0 .6.2.9.2.3.5.4.8.5 5.8 1.3 12.7 2.9 18.5 4.3zm1-1.8c-.1-.1-.2-.2-.4-.2.2 0 .3.1.4.2z'/%3E%3Cg fill='%23eac5e7'%3E%3Cpath d='M699.6 472.7c-1.5 0-2.8-.8-3.5-2.3-.8-1.9 0-4.2 1.9-5 3.7-1.6 6.8-4.7 8.4-8.5 1.6-3.8 1.7-8.1.2-11.9-.3-.9-.8-1.8-1.2-2.8-.8-1.7-1.8-3.7-2.3-5.9-.9-4.1-.2-8.6 2-12.8 1.7-3.1 4.1-6.1 7.6-9.1 1.6-1.4 4-1.2 5.3.4 1.4 1.6 1.2 4-.4 5.3-2.8 2.5-4.7 4.7-5.9 7-1.4 2.6-1.9 5.3-1.3 7.6.3 1.4 1 2.8 1.7 4.3l1.5 3.3c2.1 5.6 2 12-.3 17.6-2.3 5.5-6.8 10.1-12.3 12.5-.4.2-.9.3-1.4.3zm40.8-51.3c1.5-.2 3 .5 3.8 1.9 1.1 1.8.4 4.2-1.4 5.3-3.7 2.1-6.4 5.6-7.6 9.5-1.2 4-.8 8.4 1.1 12.1.4.9 1 1.7 1.6 2.7 1 1.7 2.2 3.5 3 5.7 1.4 4 1.2 8.7-.6 13.2-1.4 3.4-3.5 6.6-6.8 10.1-1.5 1.6-3.9 1.7-5.5.2-1.6-1.4-1.7-3.9-.2-5.4 2.6-2.8 4.3-5.3 5.3-7.7 1.1-2.8 1.3-5.6.5-7.9-.5-1.3-1.3-2.7-2.2-4.1-.6-1-1.3-2.1-1.9-3.2-2.8-5.4-3.4-11.9-1.7-17.8 1.8-5.9 5.8-11 11.2-14 .4-.4.9-.6 1.4-.6zM261.3 590.9c5.7 6.8 9 15.7 9.4 22.4.5 7.3-2.4 16.4-10.2 20.4-3 1.5-6.7 2.2-11.2 2.2-7.9-.1-12.9-2.9-15.4-8.4-2.1-4.7-2.3-11.4 1.8-15.9 3.2-3.5 7.8-4.1 11.2-1.6 1.2.9 1.5 2.7.6 3.9-.9 1.2-2.7 1.5-3.9.6-1.8-1.3-3.6.6-3.8.8-2.4 2.6-2.1 7-.8 9.9 1.5 3.4 4.7 5 10.4 5.1 3.6 0 6.4-.5 8.6-1.6 4.7-2.4 7.7-8.6 7.2-15-.5-7.3-5.3-18.2-13-23.9-4.2-3.1-8.5-4.1-12.9-3.1-3.1.7-6.2 2.4-9.7 5-6.6 5.1-11.7 11.8-14.2 19-2.7 7.7-2.1 15.8 1.9 23.9.7 1.4.1 3.1-1.3 3.7-1.4.7-3.1.1-3.7-1.3-4.6-9.4-5.4-19.2-2.2-28.2 2.9-8.2 8.6-15.9 16.1-21.6 4.1-3.1 8-5.1 11.8-6 6-1.4 12 0 17.5 4 2.1 1.7 4.1 3.6 5.8 5.7z'/%3E%3Ccircle cx='1013.7' cy='153.9' r='7.1'/%3E%3Ccircle cx='1024.3' cy='132.1' r='7.1'/%3E%3Ccircle cx='1037.3' cy='148.9' r='7.1'/%3E%3Cpath d='M1508.7 297.2c-4.8-5.4-9.7-10.8-14.8-16.2 5.6-5.6 11.1-11.5 15.6-18.2 1.2-1.7.7-4.1-1-5.2-1.7-1.2-4.1-.7-5.2 1-4.2 6.2-9.1 11.6-14.5 16.9-4.8-5-9.7-10-14.7-14.9-1.5-1.5-3.9-1.5-5.3 0-1.5 1.5-1.5 3.9 0 5.3 4.9 4.8 9.7 9.8 14.5 14.8-1.1 1.1-2.3 2.2-3.5 3.2-4.1 3.8-8.4 7.8-12.4 12-1.4 1.5-1.4 3.8 0 5.3 1.5 1.4 3.9 1.4 5.3-.1 3.9-4 8.1-7.9 12.1-11.7 1.2-1.1 2.3-2.2 3.5-3.3 4.9 5.3 9.8 10.6 14.6 15.9l.2.2c1.4 1.4 3.7 1.5 5.2.2 1.7-1.2 1.8-3.6.4-5.2zM327.6 248.6l-.4-2.6c-1.5-11.1-2.2-23.2-2.3-37 0-5.5 0-11.5.2-18.5v-2.3c0-5 0-11.2 3.9-13.5 2.2-1.3 5.1-1 8.5.9 5.7 3.1 13.2 8.7 17.5 14.9 5.5 7.8 7.3 16.9 5 25.7-3.2 12.3-15 31-30 32.1l-2.4.3zm4.5-69.4c-.2 0-.3 0-.4.1-.1.1-.7.5-1.1 2.7-.3 1.9-.3 4.2-.3 6.3v2.4c-.2 6.9-.2 12.8-.2 18.3.1 12.5.7 23.5 2 33.7 11-2.7 20.4-18.1 23-27.8 1.9-7.2.4-14.8-4.2-21.3-3.9-5.5-10.9-10.6-15.9-13.3-1.4-.8-2.4-1.1-2.9-1.1zM516.3 60.8c-.1 0-.2 0-.4-.1-2.4-.7-4-.9-6.7-.7-.7 0-1.3-.5-1.4-1.2 0-.7.5-1.3 1.2-1.4 3.1-.2 4.9 0 7.6.8.7.2 1.1.9.9 1.6-.2.6-.7 1-1.2 1zm-10.2 9.7c-.5 0-1-.3-1.2-.8-.8-2.1-1.2-4.3-1.3-6.6 0-.7.5-1.3 1.2-1.3s1.3.5 1.3 1.2c.1 2 .5 3.9 1.1 5.8.2.7-.1 1.4-.8 1.6 0 .1-.2.1-.3.1zm-12-6.1c-.4 0-.8-.2-1-.5-.4-.6-.3-1.4.2-1.8 1.8-1.4 3.7-2.6 5.8-3.6.6-.3 1.4 0 1.7.6.3.6 0 1.4-.6 1.7-1.9.9-3.7 2-5.3 3.3-.2.2-.5.3-.8.3zm6.4-9.1c-.5 0-.9-.3-1.2-.7-.5-1-1.2-1.9-2.4-3.4-.3-.4-.7-.9-1.1-1.4-.4-.6-.3-1.4.2-1.8.6-.4 1.4-.3 1.8.2.4.5.8 1 1.1 1.4 1.3 1.6 2.1 2.6 2.7 3.9.3.6 0 1.4-.6 1.7-.1.1-.3.1-.5.1zm6.2-.3c-.3 0-.5-.1-.8-.2-.6-.4-.7-1.2-.3-1.8 1.2-1.7 2.3-3.4 3.3-5.2.3-.6 1.1-.9 1.7-.5.6.3.9 1.1.5 1.7-1 1.9-2.2 3.8-3.5 5.6-.2.2-.5.4-.9.4zm522.6 327.8c-.1 0-.2 0-.4-.1-2.4-.7-4-.9-6.7-.7-.7 0-1.3-.5-1.4-1.2 0-.7.5-1.3 1.2-1.4 3.1-.2 4.9 0 7.6.8.7.2 1.1.9.9 1.6-.2.6-.7 1-1.2 1zm-10.2 9.7c-.5 0-1-.3-1.2-.8-.8-2.1-1.2-4.3-1.3-6.6 0-.7.5-1.3 1.2-1.3s1.3.5 1.3 1.2c.1 2 .5 3.9 1.1 5.8.2.7-.1 1.4-.8 1.6 0 .1-.2.1-.3.1zm-12-6.1c-.4 0-.8-.2-1-.5-.4-.6-.3-1.4.2-1.8 1.8-1.4 3.7-2.6 5.8-3.6.6-.3 1.4 0 1.7.6.3.6 0 1.4-.6 1.7-1.9.9-3.7 2-5.3 3.3-.2.2-.5.3-.8.3zm6.4-9.1c-.5 0-.9-.3-1.2-.7-.5-1-1.2-1.9-2.4-3.4-.3-.4-.7-.9-1.1-1.4-.4-.6-.3-1.4.2-1.8.6-.4 1.4-.3 1.8.2.4.5.8 1 1.1 1.4 1.3 1.6 2.1 2.6 2.7 3.9.3.6 0 1.4-.6 1.7-.1.1-.3.1-.5.1zm6.2-.3c-.3 0-.5-.1-.8-.2-.6-.4-.7-1.2-.3-1.8 1.2-1.7 2.3-3.4 3.3-5.2.3-.6 1.1-.9 1.7-.5.6.3.9 1.1.5 1.7-1 1.9-2.2 3.8-3.5 5.6-.2.2-.5.4-.9.4zm310 196.4c-1.4 0-2.9-.2-4.5-.7-8.4-2.7-16.6-12.7-18.7-20-.4-1.4-.7-2.9-.9-4.4-8.1 3.3-15.5 10.6-15.4 21 0 1.5-1.2 2.7-2.7 2.8-1.5 0-2.7-1.2-2.7-2.7-.1-6.7 2.4-12.9 7-18 3.6-4 8.4-7.1 13.7-8.8.5-6.5 3.1-12.9 7.4-17.4 7-7.4 18.2-8.9 27.3-10.1l.7-.1c1.5-.2 2.9.9 3.1 2.3.2 1.5-.9 2.9-2.3 3.1l-.7.1c-8.6 1.2-18.4 2.5-24 8.4-3 3.2-5 7.7-5.7 12.4 7.9-1 17.7 1.3 24.3 5.7 4.3 2.9 7.1 7.8 7.2 12.7.2 4.3-1.7 8.3-5.2 11.1-2.4 1.6-5 2.6-7.9 2.6zm-18.7-26.7c.1 1.5.4 3 .8 4.4 1.7 5.8 8.7 14.2 15.1 16.3 2.8.9 5.1.5 7.2-1.1 2.7-2.1 3.2-4.8 3.1-6.6-.1-3.2-2-6.4-4.8-8.3-5.7-3.9-14.7-5.8-21.4-4.7z'/%3E%3C/g%3E%3C/svg%3E");
    color: white;
    border-radius: 1px;
    width: 100%;
    height:80rem; 
    /* min-height: 999px; */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    }
    .content-section h3 {
      font-size: 34px;
      margin-bottom: 15px;
    }
    
    .content-section p {
      font-size: 15px;
      /* line-height: 1.6; */
    }
    .content-section {
      color: var(--text-color);
      text-align: left;
      margin-left: 70px;
      margin-top: -399px !important;
      padding: 0 40px;
    }
/* Container */
/* .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  width: 100% !important;
  padding: 0 20px;
} */

/* 
/* Image Styling */
.image-container {
  width: 100%;
  position: relative;
  margin-left: 199px;
  margin-top: -440px !important; 
  
}

.hero-image {
  width: 100%;
  max-width: 400px;
  height: auto;
}
.phone-frame {
position: relative;
width: 320px;
height: 600px;
background: url('https://raw.githubusercontent.com/NadeeshaEranjan/carousel-inside-a-mobile/master/img/mobile_bg.png') no-repeat center;
background-size: cover;
display: flex;
justify-content: center;
align-items: center;
padding: 20px;
margin-top: 0px;
z-index: 1;
}
.carousel-container {
position: relative;
width: 250px;
height: 450px;
overflow: hidden;

}
.carousel {
display: flex;
transition: transform 0.5s ease-in-out;
}
.carousel img {
width: 100%;
height: auto;
border-radius: 10px;
animation: fadeIn 1s ease-in-out;
}
@keyframes fadeIn {
from { opacity: 0; transform: scale(0.95); }
to { opacity: 1; transform: scale(1); }
}
.prev, .next {
position: absolute;
top: 50%;
transform: translateY(-50%);
background-color: rgba(0, 0, 0, 0.5);
color: white;
border: none;
cursor: pointer;
padding: 10px;
z-index: 10;
}
.prev { left: 10px; }
.next { right: 10px; }

/* Custom Shape Divider */
.custom-shape-divider-bottom-1739811023 {

  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  

  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1739811023 svg {
  position: relative;
  display: block;
  width: calc(560% + 4.3px);
  

  height: 202px;
}

.custom-shape-divider-bottom-1739811023 .shape-fill {


  fill: #b5af9f;
  
}

.website-container{

  margin-top: -34rem !important;
  background-size: cover;
  background-position: center;
  margin-left: 10px;
   background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='487' height='243.5' viewBox='0 0 1600 800' style='&%2310; opacity: .45;&%2310;'%3E%3Cpath fill='%23fdb9a0' d='M1102.5 734.8c2.5-1.2 24.8-8.6 25.6-7.5.5.7-3.9 23.8-4.6 24.5-.2.3-16-12.3-21-17zm123.8-505.7c0-.1-4.9-9.4-7-14.2-.1-.3-.3-1.1-.4-1.6-.1-.4-.3-.7-.6-.9-.3-.2-.6-.1-.8.1l-13.1 12.3c-.2.2-.3.5-.4.8 0 .3 0 .7.2 1 .1.1 1.4 2.5 2.1 3.6 2.4 3.7 6.5 12.1 6.5 12.2.2.3.4.5.7.6.3 0 .5-.1.7-.3 0 0 1.8-2.5 2.7-3.6 1.5-1.6 3-3.2 4.6-4.7 1.2-1.2 1.6-1.4 2.1-1.6.5-.3 1.1-.5 2.5-1.9.4-.5.5-1.3.2-1.8zM33 770.3c0-.7-.5-1.2-1.2-1.2-.1 0-.3 0-.4.1-1.6.2-14.3.1-22.2 0-.3 0-.6.1-.9.4-.2.2-.4.5-.4.9 0 .2 0 4.9.1 5.9l.4 13.6c0 .3.2.6.4.9.2.2.5.3.8.3h.1c7.3-.7 14.7-.9 22-.6.3 0 .7-.1.9-.3.2-.2.4-.6.4-.9-.1-6.1-.1-13.2 0-19.1z' style='&%2310;'/%3E%3Cpath fill='%23fee272' d='M171.1 383.4c1.3-2.5 14.3-22 15.6-21.6.8.3 11.5 21.2 11.5 22.1-.1.3-20.3.1-27.1-.5zm425.3 328.4c-.1-.1-6.7-8.2-9.7-12.5-.2-.3-.5-1-.7-1.5-.2-.4-.4-.7-.7-.8-.3-.1-.6 0-.8.3L574 712c-.2.2-.2.5-.2.9 0 .3.2.7.4.9.1.1 1.8 2.2 2.8 3.1 3.1 3.1 8.8 10.5 8.9 10.6.2.3.5.4.8.4.3 0 .5-.2.6-.5 0 0 1.2-2.8 2-4.1 1.1-1.9 2.3-3.7 3.5-5.5.9-1.4 1.3-1.7 1.7-2 .5-.4 1-.7 2.1-2.4.3-.3.2-1.1-.2-1.6zm131.1-531.9c.6.2 1.3-.2 1.4-.8v-.4c.2-1.4 2.8-12.6 4.5-19.5.1-.3 0-.6-.2-.8-.2-.3-.5-.4-.8-.5-.2 0-4.7-1.1-5.7-1.3l-13.4-2.7c-.3-.1-.7 0-.9.2-.2.2-.4.4-.5.6v.1c-.8 6.5-2.2 13.1-3.9 19.4-.1.3 0 .6.2.9.2.3.5.4.8.5 5.8 1.3 12.7 2.9 18.5 4.3zm1-1.8c-.1-.1-.2-.2-.4-.2.2 0 .3.1.4.2z'/%3E%3Cg fill='%23eac5e7'%3E%3Cpath d='M699.6 472.7c-1.5 0-2.8-.8-3.5-2.3-.8-1.9 0-4.2 1.9-5 3.7-1.6 6.8-4.7 8.4-8.5 1.6-3.8 1.7-8.1.2-11.9-.3-.9-.8-1.8-1.2-2.8-.8-1.7-1.8-3.7-2.3-5.9-.9-4.1-.2-8.6 2-12.8 1.7-3.1 4.1-6.1 7.6-9.1 1.6-1.4 4-1.2 5.3.4 1.4 1.6 1.2 4-.4 5.3-2.8 2.5-4.7 4.7-5.9 7-1.4 2.6-1.9 5.3-1.3 7.6.3 1.4 1 2.8 1.7 4.3l1.5 3.3c2.1 5.6 2 12-.3 17.6-2.3 5.5-6.8 10.1-12.3 12.5-.4.2-.9.3-1.4.3zm40.8-51.3c1.5-.2 3 .5 3.8 1.9 1.1 1.8.4 4.2-1.4 5.3-3.7 2.1-6.4 5.6-7.6 9.5-1.2 4-.8 8.4 1.1 12.1.4.9 1 1.7 1.6 2.7 1 1.7 2.2 3.5 3 5.7 1.4 4 1.2 8.7-.6 13.2-1.4 3.4-3.5 6.6-6.8 10.1-1.5 1.6-3.9 1.7-5.5.2-1.6-1.4-1.7-3.9-.2-5.4 2.6-2.8 4.3-5.3 5.3-7.7 1.1-2.8 1.3-5.6.5-7.9-.5-1.3-1.3-2.7-2.2-4.1-.6-1-1.3-2.1-1.9-3.2-2.8-5.4-3.4-11.9-1.7-17.8 1.8-5.9 5.8-11 11.2-14 .4-.4.9-.6 1.4-.6zM261.3 590.9c5.7 6.8 9 15.7 9.4 22.4.5 7.3-2.4 16.4-10.2 20.4-3 1.5-6.7 2.2-11.2 2.2-7.9-.1-12.9-2.9-15.4-8.4-2.1-4.7-2.3-11.4 1.8-15.9 3.2-3.5 7.8-4.1 11.2-1.6 1.2.9 1.5 2.7.6 3.9-.9 1.2-2.7 1.5-3.9.6-1.8-1.3-3.6.6-3.8.8-2.4 2.6-2.1 7-.8 9.9 1.5 3.4 4.7 5 10.4 5.1 3.6 0 6.4-.5 8.6-1.6 4.7-2.4 7.7-8.6 7.2-15-.5-7.3-5.3-18.2-13-23.9-4.2-3.1-8.5-4.1-12.9-3.1-3.1.7-6.2 2.4-9.7 5-6.6 5.1-11.7 11.8-14.2 19-2.7 7.7-2.1 15.8 1.9 23.9.7 1.4.1 3.1-1.3 3.7-1.4.7-3.1.1-3.7-1.3-4.6-9.4-5.4-19.2-2.2-28.2 2.9-8.2 8.6-15.9 16.1-21.6 4.1-3.1 8-5.1 11.8-6 6-1.4 12 0 17.5 4 2.1 1.7 4.1 3.6 5.8 5.7z'/%3E%3Ccircle cx='1013.7' cy='153.9' r='7.1'/%3E%3Ccircle cx='1024.3' cy='132.1' r='7.1'/%3E%3Ccircle cx='1037.3' cy='148.9' r='7.1'/%3E%3Cpath d='M1508.7 297.2c-4.8-5.4-9.7-10.8-14.8-16.2 5.6-5.6 11.1-11.5 15.6-18.2 1.2-1.7.7-4.1-1-5.2-1.7-1.2-4.1-.7-5.2 1-4.2 6.2-9.1 11.6-14.5 16.9-4.8-5-9.7-10-14.7-14.9-1.5-1.5-3.9-1.5-5.3 0-1.5 1.5-1.5 3.9 0 5.3 4.9 4.8 9.7 9.8 14.5 14.8-1.1 1.1-2.3 2.2-3.5 3.2-4.1 3.8-8.4 7.8-12.4 12-1.4 1.5-1.4 3.8 0 5.3 1.5 1.4 3.9 1.4 5.3-.1 3.9-4 8.1-7.9 12.1-11.7 1.2-1.1 2.3-2.2 3.5-3.3 4.9 5.3 9.8 10.6 14.6 15.9l.2.2c1.4 1.4 3.7 1.5 5.2.2 1.7-1.2 1.8-3.6.4-5.2zM327.6 248.6l-.4-2.6c-1.5-11.1-2.2-23.2-2.3-37 0-5.5 0-11.5.2-18.5v-2.3c0-5 0-11.2 3.9-13.5 2.2-1.3 5.1-1 8.5.9 5.7 3.1 13.2 8.7 17.5 14.9 5.5 7.8 7.3 16.9 5 25.7-3.2 12.3-15 31-30 32.1l-2.4.3zm4.5-69.4c-.2 0-.3 0-.4.1-.1.1-.7.5-1.1 2.7-.3 1.9-.3 4.2-.3 6.3v2.4c-.2 6.9-.2 12.8-.2 18.3.1 12.5.7 23.5 2 33.7 11-2.7 20.4-18.1 23-27.8 1.9-7.2.4-14.8-4.2-21.3-3.9-5.5-10.9-10.6-15.9-13.3-1.4-.8-2.4-1.1-2.9-1.1zM516.3 60.8c-.1 0-.2 0-.4-.1-2.4-.7-4-.9-6.7-.7-.7 0-1.3-.5-1.4-1.2 0-.7.5-1.3 1.2-1.4 3.1-.2 4.9 0 7.6.8.7.2 1.1.9.9 1.6-.2.6-.7 1-1.2 1zm-10.2 9.7c-.5 0-1-.3-1.2-.8-.8-2.1-1.2-4.3-1.3-6.6 0-.7.5-1.3 1.2-1.3s1.3.5 1.3 1.2c.1 2 .5 3.9 1.1 5.8.2.7-.1 1.4-.8 1.6 0 .1-.2.1-.3.1zm-12-6.1c-.4 0-.8-.2-1-.5-.4-.6-.3-1.4.2-1.8 1.8-1.4 3.7-2.6 5.8-3.6.6-.3 1.4 0 1.7.6.3.6 0 1.4-.6 1.7-1.9.9-3.7 2-5.3 3.3-.2.2-.5.3-.8.3zm6.4-9.1c-.5 0-.9-.3-1.2-.7-.5-1-1.2-1.9-2.4-3.4-.3-.4-.7-.9-1.1-1.4-.4-.6-.3-1.4.2-1.8.6-.4 1.4-.3 1.8.2.4.5.8 1 1.1 1.4 1.3 1.6 2.1 2.6 2.7 3.9.3.6 0 1.4-.6 1.7-.1.1-.3.1-.5.1zm6.2-.3c-.3 0-.5-.1-.8-.2-.6-.4-.7-1.2-.3-1.8 1.2-1.7 2.3-3.4 3.3-5.2.3-.6 1.1-.9 1.7-.5.6.3.9 1.1.5 1.7-1 1.9-2.2 3.8-3.5 5.6-.2.2-.5.4-.9.4zm522.6 327.8c-.1 0-.2 0-.4-.1-2.4-.7-4-.9-6.7-.7-.7 0-1.3-.5-1.4-1.2 0-.7.5-1.3 1.2-1.4 3.1-.2 4.9 0 7.6.8.7.2 1.1.9.9 1.6-.2.6-.7 1-1.2 1zm-10.2 9.7c-.5 0-1-.3-1.2-.8-.8-2.1-1.2-4.3-1.3-6.6 0-.7.5-1.3 1.2-1.3s1.3.5 1.3 1.2c.1 2 .5 3.9 1.1 5.8.2.7-.1 1.4-.8 1.6 0 .1-.2.1-.3.1zm-12-6.1c-.4 0-.8-.2-1-.5-.4-.6-.3-1.4.2-1.8 1.8-1.4 3.7-2.6 5.8-3.6.6-.3 1.4 0 1.7.6.3.6 0 1.4-.6 1.7-1.9.9-3.7 2-5.3 3.3-.2.2-.5.3-.8.3zm6.4-9.1c-.5 0-.9-.3-1.2-.7-.5-1-1.2-1.9-2.4-3.4-.3-.4-.7-.9-1.1-1.4-.4-.6-.3-1.4.2-1.8.6-.4 1.4-.3 1.8.2.4.5.8 1 1.1 1.4 1.3 1.6 2.1 2.6 2.7 3.9.3.6 0 1.4-.6 1.7-.1.1-.3.1-.5.1zm6.2-.3c-.3 0-.5-.1-.8-.2-.6-.4-.7-1.2-.3-1.8 1.2-1.7 2.3-3.4 3.3-5.2.3-.6 1.1-.9 1.7-.5.6.3.9 1.1.5 1.7-1 1.9-2.2 3.8-3.5 5.6-.2.2-.5.4-.9.4zm310 196.4c-1.4 0-2.9-.2-4.5-.7-8.4-2.7-16.6-12.7-18.7-20-.4-1.4-.7-2.9-.9-4.4-8.1 3.3-15.5 10.6-15.4 21 0 1.5-1.2 2.7-2.7 2.8-1.5 0-2.7-1.2-2.7-2.7-.1-6.7 2.4-12.9 7-18 3.6-4 8.4-7.1 13.7-8.8.5-6.5 3.1-12.9 7.4-17.4 7-7.4 18.2-8.9 27.3-10.1l.7-.1c1.5-.2 2.9.9 3.1 2.3.2 1.5-.9 2.9-2.3 3.1l-.7.1c-8.6 1.2-18.4 2.5-24 8.4-3 3.2-5 7.7-5.7 12.4 7.9-1 17.7 1.3 24.3 5.7 4.3 2.9 7.1 7.8 7.2 12.7.2 4.3-1.7 8.3-5.2 11.1-2.4 1.6-5 2.6-7.9 2.6zm-18.7-26.7c.1 1.5.4 3 .8 4.4 1.7 5.8 8.7 14.2 15.1 16.3 2.8.9 5.1.5 7.2-1.1 2.7-2.1 3.2-4.8 3.1-6.6-.1-3.2-2-6.4-4.8-8.3-5.7-3.9-14.7-5.8-21.4-4.7z'/%3E%3C/g%3E%3C/svg%3E") !important;
}
.card-custom1 {
  width: 350px;
  height: 220px;
  color: var(--text-color) !important;
            background:var(--background-color2);
            border-radius: 25px;
            padding: 20px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            position: relative;
            overflow: hidden;
            transition: background-color 0.3s ease;
             margin-top: -220px; 
            margin-left: 30px; 
        }
            .card-custom1:hover{
          background-color:var(--secondary-color2);
          color:var(--text-color) ;
        }
        .card-custom1:hover .corner-link {
            background-color: white !important;
            /* color: #ff6b4a !important; */
        }

        
        .card-custom2 {
  width: 350px;
  height: 220px;
  color: var(--text-color) !important;
            background: var(--background-color2);
            border-radius: 25px;
            padding: 20px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            position: relative;
            overflow: hidden;
            transition: background-color 0.3s ease;
             margin-top: -219px; 
           margin-left: -159px; 
        }
            .card-custom2:hover{
          background-color: var(--secondary-color2);
          color:var(--text-color) ;
        }
        .card-custom2:hover .corner-link {
            background-color: white !important;
            /* color: #ff6b4a !important; */
        }
            
        .card-custom3 {
  width: 350px;
  height: 220px;
  color: var(--text-color);
            background: var(--background-color2);
            border-radius: 25px;
            padding: 20px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            position: relative;
            overflow: hidden;
            transition: background-color 0.3s ease;
             margin-left: 30px; 
            margin-top: 20px; 
          }
          .card-custom3:hover{
            
            background-color: var(--secondary-color2);
          /* color: white; */
        }
        .card-custom3:hover .corner-link {
            background-color: white !important;
            /* color: #ff6b4a !important; */
        }
        .card-custom4 {
  width: 350px;
  height: 220px;
            background:var(--background-color2);
            color: var(--text-color);
            border-radius: 25px;
            padding: 20px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            position: relative;
            overflow: hidden;
            transition: background-color 0.3s ease;
             margin-top: 20px; 
             margin-left: -160px !important; 
           
        }
        .card-custom4:hover{
          background-color:var(--secondary-color2);
          color: white;
        }
        .card-custom4:hover .corner-link {
            background-color:var(--text-color) !important;
            color: #ff6b4a !important;
        }
        .card-custom5 {
  width: 350px;
  height: 220px;
  color: var(--text-color);
            background:var(--background-color2);
            border-radius: 25px;
            padding: 20px;
            /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
            position: relative;
            overflow: hidden;
            
            /* transition: background-color 0.3s ease; */
             margin-top: 20px; 
            margin-left: 30px;
           
        }
        .card-custom5:hover{
         background-color:var(--secondary-color2);
          color: white;
        }
        .card-custom5:hover .corner-link {
            background-color: white !important;
            color: #ff6b4a !important;
        }
        .card-custom6 {
  width: 350px;
  height: 220px;
            background:var(--background-color2);
            color: var(--text-color);
            border-radius: 25px;
            padding: 20px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            position: relative;
            overflow: hidden;
            transition: background-color 0.3s ease;
            margin-left: -160px; 
             margin-top: 20px;
            
            
        }
        .card-custom6:hover{
          /* background: url(/image/data4.jpg); */
          background-color: var(--secondary-color2);
          color: white;
        }
        .corner-link {
          content: '';
    display: block;
    position: absolute;
    text-decoration: none;
    
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    -webkit-transition: inherit;
    transition: inherit;
            
            bottom: -10px;
            right: -10px;
            background-color: var(--secondary-color2);
            
            
            
            padding: 15px;
            
             background-size: 20px 20px;
            border-radius: 25px 0;
           
            transition: background-color 0.3s, color 0.3s;
        }
        .card-custom6:hover .corner-link {
            background-color: white !important;
            color: #ff6b4a !important;
        }
        .website-container h3 {
          font-size: 18px !important;
          color: var(--secondary-color1);
        
          /* font-weight: bold; */
          /* transition: color 0.3s ease; */
            font-weight: bold;
            transition: color 0.3s ease;
        }
       
    
.content-section {
 margin-top: -99px;
  margin-left: 99px; 
  
   
}

.content-section h2 {
    font-size: 24px;
    margin-bottom: 15px;
}

.content-section p {
    font-size: 15px;
    /* line-height: 1.6; */
} 
/* Mobile View: Up to 768px */
@media (min-width:320px) and (max-width: 480px) {
/* Adjusting hero section */
.hero-section {
  height: 59rem;
  padding: 50px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: var(--background-color2);
  margin-top: -150px !important;
}

.hero-section h1 {
  font-size: 24px;
  margin-bottom: 10px;
}
.hero-section p {
  font-size: 16px;
  margin-bottom: 20px;
}


/* Adjust Image container */
.image-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-left: 0;
  margin-top: -34px !important;
}

.hero-image {
  max-width: 300px;
  height: auto;
}

/* Adjust Phone Frame */
.phone-frame {
  width: 280px;
  height: 520px;
  margin: 20px auto;
}

.carousel-container {
  width: 220px;
  height: 380px;
}

/* Center content in website section */
.website-container {
  
  /* margin-top: -160px; */
  padding: 20px;
  text-align: center;
  justify-content: center !important;
  display: flex;
  flex-direction: column;
  margin-left: 120px !important;
}

/* Make cards full width */
.card-custom1{
  width: 90%;
  height: auto;
  margin-top: 560px !important;
  margin-left: -110px!important;
}

.card-custom2, 
.card-custom3, 
.card-custom4, 
.card-custom5, 
.card-custom6 {
  width: 90%;
  height: auto;
  margin-left: -110px!important;
  padding: 15px;
  text-align: center !important;
  margin-top: 40px !important; 
  /* z-index: 1; */
 gap: 2px !important;
  
} 


/* Adjust buttons inside cards */
.corner-link {
  width: 50px;
  height: 50px;
}

/* Shape divider */
.custom-shape-divider-bottom-1739811023 {
  display: none !important;
}

 /* .custom-shape-divider-bottom-1739811023 svg {
  height: 300px;
  width: 100%;
}  */

/* Content Section */
.content-section {
  margin: 20px auto;
  padding: 10px;
  text-align: center;
  margin-top: 30px !important;
  margin-left: 0 !important;
}

.content-section h3 {
  font-size: 20px;
}

.content-section p {
  font-size: 14px;
}
}
 /* Hexagon-container */
.container-hexagon {
    /* margin-top: 190px; */
              display: flex;
              flex-wrap: wrap;
              justify-content: center;
              gap: 25px;
              max-width: 1200px;
              /* margin-left: 90px; */
              padding: 20px;
              margin-top: 90px !important;
              
  }
       .hexagon-wrapper {
   
    display: flex;
    text-align: initial;
    flex-direction: column;
    width: 230px;
    height: 230px;
    cursor: pointer;
    margin-top: 20px;
  }
  
  .hexagon {
    position: relative;
     width: 46%; 
    height: 80%; 
  
    margin: auto;
    color: white;
    /* background: linear-gradient(-180deg, white, #fda3b2); */
    background: linear-gradient(-180deg, white,#B0BEC5);
    display: flex;
    align-content: center;
    justify-content: center;
    transition: 0.5s;
    
  }
  
  .hexagon i {
    z-index: 1;
    margin: auto;
    font-size: 50px;
    color: transparent;
    /* background: linear-gradient(45deg, #a58fe9, #e37682); */
    background-clip: text;
    -webkit-background-clip: text;
  }
  
  .hexagon:before,
  .hexagon:after {
    position: absolute;
    content: "";
    background: inherit;
    height: 100%;
    width: 100%;
    border-radius: 0;
    transition: 0.5s;
    transform-origin: center;
  }
  .hexagon:before {
    transform: rotateZ(60deg);
  }
  .hexagon:after {
    transform: rotateZ(-60deg);
  }
  .hexagon:hover {
    border-radius: 50px;
    transition: 0.5s;
  }
  .hexagon:hover:before {
    border-radius: 50px;
    transition: 0.5s;
  }
  .hexagon:hover:after {
    border-radius: 50px;
    transition: 0.5s;
  } 
  .hexagon-label {
              /* margin-top: 20px; */
              align-items: center;
              justify-content: center;
              font-size: 15px;
              color:white;
              font-weight: bold;
              margin-left: 85px;
          }
           .hexagon img {
              width: 60px;
              height: 30px;
              z-index: 1;
              align-items: center;
              justify-content: center;
              top: 90px;
              object-fit: contain;
           } 
            @media (min-width: 320px) and (max-width: 480px) {
            .container-hexagon {
              display: flex !important;
                flex-direction: column !important;
                align-items: center !important;
                justify-content: center !important;
              
                 padding: 10px;
                margin-right:-30px !important; 
               
           
            }
             /* .hexagon-wrapper {
              width: 120px !important;
              height: 120px !important;
              
            }  */
      }
       
          
/* Typography =======================*/

/* Headings */

/* Main heading for card's front cover */
.card-front__heading {
  font-size: 1.5rem;
  margin-top: .25rem;
}

/* Main heading for inside page */
.inside-page__heading { 
  padding-bottom: 1rem; 
  width: 100%;
}

/* Mixed */

/* For both inside page's main heading and 'view me' text on card front cover */
.inside-page__heading,
.card-front__text-view {
  font-size: 1.3rem;
  font-weight: 800;
  margin-top: .2rem;
}

.inside-page__heading--city,
.card-front__text-view--city { color: #ff40a1 }

.inside-page__heading--ski,
.card-front__text-view--ski { color: #ff40a1; }

.inside-page__heading--beach,
.card-front__text-view--beach { color: #ff40a1; }

.inside-page__heading--camping,
.card-front__text-view--camping { color: #ff40a1; }

/* Front cover */

.card-front__tp { color: #fafbfa; }

/* For pricing text on card front cover */
.card-front__text-price {
  font-size: 1.0rem;
  margin-top: -.2rem;
}

/* Back cover */

/* For inside page's body text */
.inside-page__text {
  color: #333;
}

/* Icons ===========================================*/

.card-front__icon {
  fill: #fafbfa;
  font-size: 3vw;
  height: 3.25rem;
  margin-top: -.5rem;
  width: 3.25rem;
}

/* Buttons =================================================*/

.inside-page__btn {
  background-color: transparent;
  border: 3px solid;
  border-radius: .5rem;
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 0;
  overflow: hidden;
  padding: .7rem .75rem;
  position: relative;
  text-decoration: none !important;
  transition: all .3s ease;
  width: 90%;
  z-index: 10;
}

.inside-page__btn::before { 
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: scaleY(0);
  transition: all .3s ease;
  width: 100%;
  z-index: -1;
}

.inside-page__btn--city { 
  border-color: #fa7f67;
  color: #fa7f67;
}

.inside-page__btn--city::before { 
  background-color: #fa7f67;
}

.inside-page__btn--ski { 
  border-color: #fa7f67;
  color: #fa7f67;
}

.inside-page__btn--ski::before { 
  background-color: #fa7f67
}

.inside-page__btn--beach { 
  border-color: #fa7f67;
  color: #fa7f67;
}

.inside-page__btn--beach::before { 
  background-color: #fa7f67;
}

.inside-page__btn--camping { 
  border-color: #fa7f67;
  color: #fa7f67;
}

.inside-page__btn--camping::before { 
  background-color: #fa7f67;
}

.inside-page__btn:hover { 
  color:var(--text-color) ;
}

.inside-page__btn:hover::before { 
  transform: scaleY(1);
}

/* Layout Structure=========================================*/

.main {
 
  /* background: var(--background-color1); */
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 160vh;
  width: 100%;
  

  
}

/* Container to hold all cards in one place */
.card-area {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  padding: 1rem;
  gap: 4rem;
  margin-top: 60px;
 
}

/* Card ============================================*/

/* Area to hold an individual card */
.card-section {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
  padding: 40px 10px;  
  margin-bottom: -55px;
}

/* A container to hold the flip card and the inside page */
.card {
  background-color: rgba(0,0,0, .05);
  box-shadow: -.1rem 1.7rem 6.6rem -3.2rem rgba(0,0,0,0.5);
  height: 20rem;
  position: relative;
  transition: all 1s ease;
  width: 20rem;
}

/* Flip card - covering both the front and inside front page */

/* An outer container to hold the flip card. This excludes the inside page */
.flip-card {
  height: 20rem;
  perspective: 100rem;
  position: absolute;
  right: 0;
  transition: all 1s ease;
  visibility: hidden;
  width: 20rem;
  z-index: 100;
}

/* The outer container's visibility is set to hidden. This is to make everything within the container NOT set to hidden  */
/* This is done so content in the inside page can be selected */
.flip-card > * {
  visibility: visible;
}

/* An inner container to hold the flip card. This excludes the inside page */
.flip-card__container {
  height: 100%;
  position: absolute;
  right: 0;
  transform-origin: left;
  transform-style: preserve-3d;
  transition: all 1s ease;
  width: 100%;
}

.card-front,
.card-back {
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* Styling for the front side of the flip card */

/* container for the front side */
.card-front {
  background-color: #fafbfa;
  height: 20rem;
  width: 20rem;
}

/* Front side's top section */
.card-front__tp {
  align-items: center;
  clip-path: polygon(0 0, 100% 0, 100% 90%, 57% 90%, 50% 100%, 43% 90%, 0 90%);
  display: flex;
  flex-direction: column;
  height: 17rem;
  justify-content: center;
  padding: .65rem;
}

.card-front__tp--city {
  background: linear-gradient(
    to bottom,
    #47c2d7,
    #279eb2
  );
}

.card-front__tp--ski {
  background: linear-gradient(
    to bottom,
    #47c2d7,
    #279eb2
  );
}

.card-front__tp--beach {
  background: linear-gradient(
    to bottom,
    #47c2d7,
    #279eb2
  );
}

.card-front__tp--camping {
  background: linear-gradient(
    to bottom,
    #47c2d7,
    #279eb2
  );
}
.card-front__tp--camping .card-back{
background: url("/image/our3.png");
}

/* Front card's bottom section */
.card-front__bt  {
  align-items: center;
  display: flex;
  justify-content: center;
}

/* Styling for the back side of the flip card */

.card-back {
  
 background:var(--text2-color);

  transform: rotateY(180deg);
}

/* Specifically targeting the <video> element */
.video__container {
  clip-path: polygon(0% 0%, 100% 0%, 90% 50%, 100% 100%, 0% 100%);
  height: auto;
  min-height: 100%;
  object-fit: cover;
  width: 100%;
}

/* Inside page */

.inside-page {
  background-color: #fafbfa;
  /* box-shadow: inset 20rem 0px 5rem -2.5rem rgba(0,0,0,0.25); */
  height: 100%;
  padding: 1rem;
  position: absolute;
  right: 0;
  transition: all 1s ease;
  width: 20rem;
  z-index: 1;
}

.inside-page__container {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center; 
  width: 100%;
}

/* Functionality ====================================*/

/* This is to keep the card centered (within its container) when opened */
.card:hover {
   box-shadow:
  -.1rem 1.7rem 6.6rem -3.2rem rgba(0,0,0,0.75); 
  width: 33rem;
}

/* When the card is hovered, the flip card container will rotate */
.card:hover .flip-card__container {
  transform: rotateY(-120deg);
}


/* When the card is hovered, the shadow on the inside page will shrink to the left */
.card:hover .inside-page {
  box-shadow: inset 1rem 0px 5rem -3.5rem rgba(0,0,0,0.1);
}
.inside-page__heading--city {
  color: #ff40a1 !important; /* REMOVE this if causing issues */
}
@media (max-width: 768px) {
  .card-front__heading { font-size: 1.2rem; }

}

/* Resize Flip Card and Font Size for Mobile View */
@media (max-width: 768px) {
  .card {
    width: 15rem; /* Adjust width for smaller screens */
    height: 15rem; /* Adjust height for smaller screens */
  }

  .flip-card {
    width: 18rem; /* Match the card width */
    height: 18rem; /* Match the card height */
  }

  .flip-card__container {
    width: 100%;
    height: 100%;
  }

  .card-front,
  .card-back {
    width: 100%;
    height: 100%;
  }

  .card-front__tp {
    height: 12rem; /* Adjust top section height */
  }

  .card-front__heading {
    font-size: 1rem; /* Reduce font size for headings */
  }

  .card-front__text-price {
    font-size: 0.9rem; /* Reduce font size for price text */
  }

  .inside-page {
    width: 17rem; /* Match the card width */
    height: 17rem; /* Match the card height */
  }

  .inside-page__heading {
    font-size: 1rem; /* Reduce font size for inside page heading */
  }

  .inside-page__btn {
    font-size: 0.9rem; /* Adjust button font size */
    padding: 0.5rem; /* Adjust button padding */
  }

  .inside-page__text {
    font-size: 0.8rem; /* Reduce font size for inside page text */
  }
}

@media (max-width: 480px) {
  .card {
    width: 17rem; /* Further reduce width for smaller screens */
    height: 17rem; /* Further reduce height for smaller screens */
  }

  .flip-card {
    width: 17rem;
    height: 17rem;
  }

  .card-front__tp {
    height: 15rem; /* Adjust top section height */
  }

  .card-front__heading {
    font-size: 0.8rem; /* Further reduce font size for headings */
  }

  .card-front__text-price {
    font-size: 0.7rem; /* Further reduce font size for price text */
  }

  .inside-page {
    width: 17rem;
    height: 17rem;
  }

  .inside-page__heading {
    font-size: 0.8rem; /* Further reduce font size for inside page heading */
  }

  .inside-page__btn {
    font-size: 0.8rem; /* Further adjust button font size */
    padding: 0.4rem;
  }

  .inside-page__text {
    font-size: 0.7rem; /* Further reduce font size for inside page text */
  }
}

@media (max-width: 480px) {
  .card-front__heading { font-size: 0.6rem; } 
  .flip-fluid{
    margin-top: 80rem !important;
    margin-left: 0 !important;
   
  }
  
}


/* footer section */
footer {
  color:var(--text-color)!important;
      background: linear-gradient(#0A192F,#1B4965) !important;
      opacity: 0.9;
      height: 400px !important;
     width: 100% !important;
     padding: 40px 0;
     margin-top: 290px;
    
     
   }
     
  .footer-box {
   
   width: 100% !important;   
     align-items: center;
       
       }
    
  
  .footer-box  ul li a{
   text-decoration: none;
  
  }
  .footer-box h1 {
     font-size: 20px;
     margin-bottom: 15px;
     color: var(--secondary-color1);
  }
  .footer-box p, .footer-box ul li {
     font-size: 15px!important;
     line-height: 1.6;
     
  }
  .footer-box ul {
   list-style: none;
   padding: 0;
  }
  
  .footer-box ul li {
   margin-bottom: 5px;
  }
  
  .footer-box ul li a {
   color:var(--secondary-color);
   text-decoration: none;
   transition: 0.3s;
  }
  
  .footer-box ul li a:hover {
   color: #ffa914;
  }
  
  .social-icons a {
   color: #ffa914;
   margin-right: 10px;
   font-size: 20px;
   transition: 0.3s;
  }
  
  .social-icons a:hover {
   color: white;
  }
  
  /* ===== BOTTOM BAR ===== */
  .bottom-bar {
   text-align: center;
   background: linear-gradient(135deg, #aedbd1, #0b40525b, #05a0d3);
   font-size: 15px !important;
   padding: 25px 5px;
   
   border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  
  /* ===== BACK TO TOP BUTTON ===== */
  .back-to-top {
   position: fixed;
   bottom: 8px !important;
   right: 20px;
   
   color: white !important;
   /* padding: 12px 15px; */
   border-radius: 50%;
   
   transition: 0.3s;
  }
  
  .back-to-top:hover {
   background-color: #03359a !important;
  }
  
  /* Fix footer margin issue */
  .footer-box {
   margin-top: 0 !important;
   padding-bottom: 20px;
  }
  
  /* Animate text smoothly for 2 seconds */
  h1, h2, h3, p {
   animation: fadeInText 2s ease-in-out;
  }
  
  @keyframes fadeInText {
   from {
       opacity: 0;
       transform: translateY(20px);
   }
   to {
       opacity: 1;
       transform: translateY(0);
   }
  }
  
  
  /* ===== RESPONSIVE DESIGN ===== */
  
         /* For Tablets (max-width: 768px) */
         @media (max-width: 768px) {
           footer {
               padding: 30px 10px;
               text-align: center;
               /* margin-bottom: 190px !important; */
           }
  
           .footer-box {
             text-align: center;
             padding: 30px;
         }
         .footer-box img {
             width: 80px;
             height: auto;
         }
         .footer-box h4, .footer-box h1 {
             font-size: 20px;
         }
         .footer-box p, .footer-box ul li {
             font-size: 14px!important;
         }
         .footer-box ul {
             padding: 0;
         }
         .footer-box ul li {
             margin-bottom: 8px;
         }
         .footer-box ul li a {
             font-size: 14px;
         }
         .social-icons {
             margin-top: 15px;
         }
         .social-icons a {
             font-size: 20px;
         }
         .bottom-bar {
             font-size: 14px;
             padding: 10px 0px;
         }
         .back-to-top {
             font-size: 18px;
         }
     }
       /* For Mobile Devices (max-width: 420px) */
       @media (max-width: 576px) {
           footer {
               padding: 20px 5px;
               text-align: center;
               height: 780px !important;
               margin-top: 90rem;
           }
           .footer-box {
             text-align: center;
             padding: 20px;
         }
         .footer-box img {
             width: 70px;
             height: auto;
         }
  
         .footer-box h4, .footer-box h1 {
           font-size: 18px;
       }
       .footer-box p, .footer-box ul li {
           font-size: 12px!important;
       }
       .footer-box ul {
           padding: 0;
       }
       .footer-box ul li {
           margin-bottom: 10px;
       }
       .footer-box ul li a {
           font-size: 12px;
       }
       .social-icons {
           margin-top: 20px;
       }
       .social-icons a {
           font-size: 18px;
       }
       .bottom-bar {
         width: 100% !important;
         height: 80px;
         color: var(--text-color);
           font-size: 6px !important;
           padding: 8px 0px;
       }
       .back-to-top {
           font-size: 12px;
       }
   } 

   .wow {
    visibility: hidden;
  }



